Raindex SDK Documentation
    Preparing search index...

    Interface DeploymentTransactionArgs

    interface DeploymentTransactionArgs {
        approvals: ExtendedApprovalCalldata[];
        chainId: number;
        deploymentCalldata: string;
        orderbookAddress: string;
    }
    Index

    Properties

    chainId: number
    deploymentCalldata: string
    orderbookAddress: string