ca-sdk - v1.0.1
    Preparing search index...

    Interface RequestForFunds

    interface RequestForFunds {
        creationBlock: Long;
        deposited: boolean;
        destinationChainID: Uint8Array;
        destinations: RFFDestinationPair[];
        destinationUniverse: Universe;
        expiry: Long;
        fulfilled: boolean;
        fulfilledAt: Long;
        fulfilledBy: Uint8Array;
        id: Long;
        nonce: Uint8Array;
        refunded: boolean;
        settled: boolean;
        signatureData: SignatureDatum[];
        sources: RFFSourcePair[];
        user: string;
    }
    Index

    Properties

    creationBlock: Long
    deposited: boolean
    destinationChainID: Uint8Array
    destinations: RFFDestinationPair[]
    destinationUniverse: Universe
    expiry: Long
    fulfilled: boolean
    fulfilledAt: Long
    fulfilledBy: Uint8Array

    the EVM address that fulfilled it on the destination chain

    id: Long
    nonce: Uint8Array
    refunded: boolean
    settled: boolean

    todo: remove settled, using solver amount instead

    signatureData: SignatureDatum[]
    sources: RFFSourcePair[]
    user: string

    Cosmos user (???)/Cosmos internal fields