[][src]Function solana_storage_api::storage_instruction::create_storage_account

pub fn create_storage_account(
    from_pubkey: &Pubkey,
    storage_owner: &Pubkey,
    storage_pubkey: &Pubkey,
    lamports: u64,
    account_type: StorageAccountType
) -> Vec<Instruction>