interface ERC721TransferFromParams {
    from: string;
    overrides?: Overrides & {
        from?: string;
    };
    to: string;
    tokenId: string;
}

Hierarchy (view full)

Properties

from: string
overrides?: Overrides & {
    from?: string;
}

Type declaration

  • Optional from?: string
to: string
tokenId: string

Generated using TypeDoc