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

Hierarchy (view full)

Properties

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

Type declaration

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

Generated using TypeDoc