Type alias TransferStrategyRuleRaw

TransferStrategyRuleRaw: {
    allow_all_assets: boolean;
    asset_limits: AssetLimitRaw[];
    blockchains: AllowListRaw;
    recipients: AllowListRaw;
    require_same_address: boolean;
    senders: AllowListRaw;
    strategies: string[];
    timeout_days: number;
}

Raw transfer strategy rule type that represents rules returned from blockchain

Type declaration