interface AfterAction {
    destAddress: ChainAddress;
    destChain: string;
}

Properties

destAddress: ChainAddress
destChain: string