TransferMsg: {
    data?: object;
    next?: TransferMsg;
    timeout?: Timestamp;
    toAccount: ChainAddress;
}

Internal structure for TransferMsgs.

NOTE Expected to change, so consider an opaque structure.

Type declaration